home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / ndiswrapper-utils-1.8 / README.Debian < prev    next >
Encoding:
Text File  |  2006-10-03  |  460 b   |  18 lines

  1. ndiswrapper for Debian
  2. ----------------------
  3.  
  4. Please see ./README for a description of the ndiswrapper software.
  5.  
  6. I use the following setup of ndiswrapper:
  7.  
  8. Add this to your /etc/networking/interfaces::
  9.   
  10.   iface wlan0 inet dhcp
  11.   pre-up modprobe ndiswrapper
  12.   post-down rmmod ndiswrapper
  13.  
  14. If you have several wlan adapters in your computer you may need to change
  15. wlan0 to something else.
  16.  
  17.  -- Erik Rigtorp <erkki@linux.nu>, Mon, 24 Feb 2004 17:19:13 +0100
  18.